SpellChecker

A profile service that provides functionality for configuring spell checking.

Functions

Link copied to clipboard
abstract fun addLanguage(language: Language)
Adds the language to the list of the languages for which spell checking is performed.
Link copied to clipboard
Returns the custom dictionary.
Link copied to clipboard
abstract fun disable()
Disables spell checking on the web pages loaded in the browser instances of the profile.
Link copied to clipboard
abstract fun enable()
Enables spell checking on the web pages loaded in the browser instances of the profile.
Link copied to clipboard
abstract fun isEnabled(): Boolean
Indicates whether spell checking is enabled or not.
Link copied to clipboard
abstract fun languages(): List<Language>
Returns an immutable list of the languages used for spell checking.
Link copied to clipboard
abstract fun profile(): Profile
Returns the profile of this service.
Link copied to clipboard
abstract fun removeLanguage(language: Language)
Removes the language from the list of the languages for which spell checking is performed.